home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.windRune >= 5 && _root.exploRune >= 3 && _root.fireRune >= 4 && this.timey.timer == 100)
- {
- _root.windRune -= 5;
- _root.exploRune -= 3;
- _root.fireRune -= 4;
- this.timey.timer = 0;
- this.timey.timeIt = 0.2 + _root.spe * 0.01;
- if(this.timey.timeIt > 1.5)
- {
- this.timey.timeIt = 1.5;
- }
- this.timey._visible = true;
- _root.meteorM._visible = true;
- _root.meteorM.play();
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-